projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6f056
)
* lisp/files: Fix comment typo.
author
Glenn Morris
<rgm@gnu.org>
Tue, 1 Mar 2011 04:26:38 +0000
(20:26 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 1 Mar 2011 04:26:38 +0000
(20:26 -0800)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index add38df5c4f6eced3fa51030b1db2f5a91556efa..8849e26415119fd4cc59139604534bf552dc921c 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3400,7
+3400,7
@@
Return the new variables list."
(progn
(setq alist (delq subdirs alist))
(cdr-safe subdirs))
- ;; TODO someone might want to exten
t
this to allow
+ ;; TODO someone might want to exten
d
this to allow
;; integer values for subdir, where N means
;; variables apply to this directory and N levels
;; below it (0 == nil).